func net/url.resolvePath

3 uses

	net/url (current package)
		url.go#L1026: func resolvePath(base, ref string) string {
		url.go#L1111: 		url.setPath(resolvePath(ref.EscapedPath(), ""))
		url.go#L1137: 	url.setPath(resolvePath(u.EscapedPath(), ref.EscapedPath()))